home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_166_SHARED-company info.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  329 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound("Single Click")
  3.   set the castNum of sprite the spriteNum of me to the number of member "company info dn"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite the spriteNum of me to the number of member "company info"
  9.   updateStage()
  10.   go("info2")
  11. end
  12.